home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / ljbook.arc / LJBOOK.DOC < prev   
Encoding:
Text File  |  1987-11-05  |  2.3 KB  |  57 lines

  1.  
  2. LJBOOK Command                                                     Version 1.00
  3. --------------                                                  August 10, 1987
  4.  
  5.  
  6. Purpose:
  7.  
  8.     LJBOOK prints  text documents  in a  book format.   There are four pages
  9.     printed on each sheet of paper; two pages on each side of the paper.  An
  10.     HP LaserJet is required.  The  Y cartridge font is recommended,  but any
  11.     font capable of line printer, landscape, 8.5 point print may be used.
  12.  
  13. Syntax:
  14.  
  15.     LJBOOK  filename  [output]  [/f]  [/p]  [/d]
  16.  
  17. Remarks:
  18.  
  19.     The 'filename' is  required.  It specifies  the name of  the file to  be
  20.     printed.  A drive and/or path name may be used.
  21.  
  22.     The 'output'  file name  is optional.   If omitted,  the standard output
  23.     printer device is used, i.e.   LPT1: or PRN: devices.  If  supplied, the
  24.     output is written to the specfied file instead of to the printer.
  25.  
  26.     There are two pages printed on each of the two sides of the paper.  Each
  27.     side consists of a title line and up to 66 lines of 80 characters  each.
  28.  
  29.     Eighty characters are printed on  each line.  If the file's lines exceed
  30.     80 characters, the lines are  wrapped so that 80 characters  are printed
  31.     on each line until the entire file's line has been processed.
  32.  
  33.     A new page  is started after  66 lines have  been printed, or  if a form
  34.     feed (hex 0C) is encounterd.
  35.  
  36.     After the first side has been printed, remove the printed paper from the
  37.     stacker and place it into the paper tray.  The orientation of the  paper
  38.     in the tray depends  on the printer model  and method of stacking  used.
  39.  
  40.     On a LaserJet Plus with the  standard paper stacker, the paper is  moved
  41.     from the stacker to the tray without rotating or turning.
  42.  
  43.     Specify /p to generate page numbering  and to place the page numbers  at
  44.     the top of each page.
  45.  
  46.     Specify /d to add the current date and time to the top of each page.
  47.  
  48.     Specify /f to place the file's name at the top of each page.
  49.  
  50.     TAB control characters are NOT expanded.
  51.  
  52.     PC DOS version 2.0 or later is required.  About 64k of memory is needed.
  53.     For personal use only. May not be sold.
  54.  
  55.     LJBOOK (c) Copyright 1987 by Vernon D. Buerg.  ALL RIGHTS RESERVED.
  56.  
  57.